home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Inside the White House
/
Inside the White House.iso
/
prez.dir
/
00325.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1995-08-01
|
207 b
|
13 lines
on enterFrame
global gSoundStart
hilite line 1 of field "presidents"
if soundBusy(2) = 0 then
sound playFile 2, "hail.aif"
end if
puppetSound(gSoundStart)
end
on exitFrame
go(the frame)
end